Add make uninstall to .travis.yml
authordinesh <dsdiscoverdinesh@gmail.com>
Sun, 5 Jul 2015 17:34:37 +0000 (23:04 +0530)
committerdinesh <dsdiscoverdinesh@gmail.com>
Sun, 5 Jul 2015 18:13:55 +0000 (23:43 +0530)
.travis.yml

index 7e4cf095fac0f91a6cd09293279ab01006d8be1c..1f0ceafaeb6679d91631f36c8185ded581875146 100644 (file)
@@ -7,6 +7,8 @@ script:
   - make test
   - make distcheck
   - make doc
+  - sudo make install
+  - sudo make uninstall
 after_success: |
   [ $TRAVIS_BRANCH = master ] &&
   [ $TRAVIS_PULL_REQUEST = false ] &&